@font-face {
	font-family: 'ITCAvantGardeStd-XLt';
	src: url('../font/ITCAvantGardeStd-XLt.ttf');
	src: local('ITCAvantGardeStd-XLt'),
	     url('../font/ITCAvantGardeStd-XLt.eot') format('eot'),
	     url('../font/ITCAvantGardeStd-XLt.ttf') format('ttf'),
	     url('../font/ITCAvantGardeStd-XLt.svg') format('svg'),
	     url('../font/ITCAvantGardeStd-XLt.woff') format('woff');
} 

@font-face {
	font-family: 'ITCAvantGardeStd-Md';
	src: url('../font/ITCAvantGardeStd-Md.ttf');
	src: local('ITCAvantGardeStd-Md'),
	     url('../font/ITCAvantGardeStd-Md.eot') format('eot'),
	     url('../font/ITCAvantGardeStd-Md.ttf') format('ttf'),
	     url('../font/ITCAvantGardeStd-Md.svg') format('svg'),
	     url('../font/ITCAvantGardeStd-Md.woff') format('woff');
}

html {
    font-size: 13.33333vw
}

@media screen and (max-width: 320px) {
    html {
        font-size:42.667px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 321px) and (max-width:360px) {
    html {
        font-size:48px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 361px) and (max-width:375px) {
    html {
        font-size:50px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 376px) and (max-width:393px) {
    html {
        font-size:52.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 394px) and (max-width:412px) {
    html {
        font-size:54.93px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 413px) and (max-width:414px) {
    html {
        font-size:55.2px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 415px) and (max-width:480px) {
    html {
        font-size:64px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 481px) and (max-width:540px) {
    html {
        font-size:72px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 541px) and (max-width:640px) {
    html {
        font-size:85.33px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 641px) and (max-width:720px) {
    html {
        font-size:96px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 721px) and (max-width:768px) {
    html {
        font-size:102.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 769px) {
    html {
        font-size:102.4px;
        font-size: 13.33333vw
    }
}
* {
	box-sizing: border-box;
}

a:hover, a:focus {
    color: inherit;
}
li {
	list-style: none;
}
dl {
	margin-bottom: 0;
}
.zoom_wrap {
	overflow: hidden;
}

.zoom {
	transition: 800ms;
    -webkit-transition: 800ms;
}
.zoom:hover {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}

/* 表单验证样式开始 */
.formtips {font-size: 13px;}
.onError {color: #BD362F;}
.onSuccess {color: green;}
/* 表单验证样式结束 */

.clearfix:after {
	content:"";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;
}

input, textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: none;
   	border-radius:0;
}
p {
	font-size: 16px;
	line-height: 22.4px;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.btn {
	background-color: transparent;
	color: #3496d8;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #3496d8;
}
.btn:hover, .btn:focus {
	background-color: #3496d8;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: #232323;
    padding:40px;
    color: #848484;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #323333;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: .5px;
	font-weight: 400;
	color: #454545;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

h1, h2, h3, h4 ,h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}
.section {
	padding: 48px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
.ban_gy {
	background:url(../images/ban_gy.jpg) no-repeat center;
}
.ban_cp {
	background:url(../images/ban_cp.jpg) no-repeat center;
}
.ban_hz {
	background:url(../images/ban_hz.jpg) no-repeat center;
}
.ban_sb {
	background:url(../images/ban_sb.jpg) no-repeat center;
}
.ban_xw {
	background:url(../images/ban_xw.jpg) no-repeat center;
}
.ban_lx {
	background:url(../images/ban_lx.jpg) no-repeat center;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:4%;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #007aff !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}

/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
.page_top {
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	height: 173px;
}
.page_top .top {
	height: 50px;
	line-height: 50px;
	background-color: #1F1F1F;
	color: #fff;
}
.top .top_wrap {
	padding-left: 75.5%;
}
.top  .top_item {
	float: left;
	margin-right: 3%;
	font-size: 13px;
}

.top .top_add i {
	display: inline-block;
	width: 20px;
	height: 19px;
	background: url(../images/top_add.png) no-repeat center;
}
.top .top_mail i {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../images/top_mail.png) no-repeat center;
}
.top  .top_item i {
	margin-right: 8px;
	background-size: 100% 100%;
	vertical-align: middle;
}
.page_top .sec_nav {
	display: none;
}
#header {
	position: absolute;
	left: 0;
	right: 0;
	height: 123px;
	background-color: #393D4A;
	z-index: 100;
}
#header.sticky {
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    animation: sticky 1.2s;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.07);
}
@keyframes sticky {
	0% {
		top: -200px;
	}
	100% {
		top: 0;
	}
}

#header .header-content {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	height: 100%;
}

#header.fixed {
	width: 100%;
	height: 136px;
    position: fixed;
	z-index: 1000;
}

.header_l {
	display: flex;
	align-items: center;
	height: 100%;
	float: left;
}
.header_r {
	float: right;
}
.header_l a {
	display: block;
}
.header_r ul , li {
	height: 100%;
}
.header_r {
	height: 100%;
}
.header_r a {
	line-height: 123px;
	height: 100%;
	color: #fff;
}
.navigation {
	height: 100%;
	line-height: 100%;
}
.navigation>ul>li>a {
	display: block;
	margin: 0 18px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
.navigation .menu {
    position: relative;
}
.navigation .menu ul {
    display: none;
    position: absolute;
    left: -80px;
    top: 58px;
    width: 360px;
    background-color: #4e76ad;
    text-align: center;
    z-index: 100;
}
.navigation .menu ul li a:hover {
	background-color: #22abcc;
}
.navigation .menu ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
}

@-moz-keyframes fill {
	0% { width: 0px; }
	25% { width: 40px; }
	50% { width: 85px; }
	75% { width: 125px; }
	100% { width: 173px; }
}

@-webkit-keyframes fill {
	0% { width: 0px; }
	25% { width: 40px; }
	50% { width: 85px; }
	75% { width: 125px; }
	100% { width: 173px; }
}
@keyframes fill {
	0% { width: 0px; }
	25% { width: 40px; }
	50% { width: 85px; }
	75% { width: 125px; }
	100% { width: 173px; }
}

.sec_nav {
	width: 100%;
}
.sec_nav ul li{
	position: relative;
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	background: -webkit-linear-gradient(#30a7e1, #30a7e1);
    background: -o-linear-gradient(#30a7e1, #30a7e1);
    background: -moz-linear-gradient(#30a7e1, #30a7e1);
    background: linear-gradient(#30a7e1, #30a7e1);
}
.sec_nav ul li:hover{
	background-color: #1c3392;
}
.sec_nav ul li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sec_nav ul li.border_b:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sec_nav ul li:nth-child(3):before, .sec_nav ul li:nth-child(6):before {
	background-color:transparent;
}
.sec_nav ul li a{
	display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
#banner {
	position: relative;
	padding-bottom: 42.45%;
}
#banner .swiper-container {
    width: 100%;
    background: #f8f8f8;
    position: absolute;
    z-index: 2;
    height: 100%;
}
#banner .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    background: none;
    position: relative;
    opacity: 1;
    background: #fff;
    margin: 0 8px;
    border-radius: 0;
}
#banner .swiper-slide {
    background: center;
    background-size: cover;
    position: relative;
}
#banner .swiper-pagination-bullet-active {
    background: #f9810c !important;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}


/* ==========================================================================
	About
========================================================================== */
.about_ti {
	margin-bottom: 48px;
	text-align: center;
}
.about_ti a {
	position: relative;
	height: 100%;
	display: block;
}
.about_ti h2 {
	font-size: 36px;
	margin-bottom: 18px;
}
.about_ti span {
	font-size: 22px;
}
.about_ti i {
	display: block;
	position: absolute;
	top: 42px;
	left: 50%;
}

.about_r_wrap .en {
	display: block;
	font-size: 50px;
	font-family: 'ITCAvantGardeStd';
	font-weight: bold;
	color: #363636;
	opacity: 0.18;
	margin-bottom: 16px;
}
.about_l_wrap img {
	width: 100%;
}
.about_r_wrap h2 {
	font-size: 30px;
	font-weight: 500;
	color: #363636;
	line-height: 18px;
	margin-bottom: 30px;
}
.about_r_wrap h2 i {
	font-style: normal;
	color: #C0411A;
}
.about_r_wrap p {
	font-size: 14px;
	line-height: 24px;
}
.about_icon {
	padding: 54px 0;
	box-sizing: border-box;
	margin-top: 48px;
	background: url(../images/about_icon_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.about_icon_wrap .ti img {
	margin-right: 10px;
}
.about_icon_wrap .ti {
	font-size: 43px;
	color: #fff;
	width: 38%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.about_icon_wrap .list {
	color: #fff;
}
.about_icon_wrap .list li {
	position: relative;
}
.about_icon_wrap .list li:after {
	content: '';
	width: 1px;
	height: 50%;
	margin-top: 25%;
	position: absolute;
	right: 0;
	top: 0;
	border-right:1px solid #818490 ;
}
.about_icon_wrap .list .icon_item dt{
	width: 129px;
	height: 128px;
	margin: 6px auto;
}
.about_icon_wrap .list .icon_item dd{
	text-align: center;
}
.about_icon_wrap .list .icon_item dd b {
	font-size: 40px;
	font-family: 'ITCAvantGardeStd';
}
.about_icon_wrap .list .icon_item dt {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.about_icon_wrap .list .item_01 dt {
	background-image: url(../images/about_icon_01.png);
}
.about_icon_wrap .list .item_02 dt {
	background-image: url(../images/about_icon_02.png);
}
.about_icon_wrap .list .item_03 dt {
	background-image: url(../images/about_icon_03.png);
}
.about_icon_wrap .list .item_04 dt {
	background-image: url(../images/about_icon_04.png);
}

/* -----------------------------------------------------------------------------
产品分类
------------------------------------------------------------------------------- */

.category {
	padding-top: 0;
}
.cate_con .cate_r ul>li>a.active {
	background: #d65b1d;
	color: #fff;
}
.cate_con .cate_r ul>li>a.active .border {
	border: 1px solid #fff;
}
.cate_con .cate_r ul>li>a.active .txt {
	color: #fff;
	background: #d65b1d;
}
.cate_r .cate_item {
	height: 266px;
}
.cate_r .item_02, .cate_r .item_04, .cate_r .item_06, .cate_r .item_08{
	background: #F5F5F5;
}
.cate_r .item_01, .cate_r .item_03, .cate_r .item_05, .cate_r .item_07, .cate_r .item_09{
	background: #ECECEC;
}
.cate_r .col-sm-4 {
	padding-left: 0;
	padding-right: 0;
}

.cate_r .cate_item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cate_r .cate_item .cate_item_wrap {
	width: 60%;
}
.cate_r .cate_item .num {
	position: relative;
	font-size: 32px;
	color: #999;
	margin-right: 30px;
	margin-bottom: 18px;
}
.cate_r .cate_item .ti h3 {
	font-size: 18px;
	margin-bottom: 6px;
}
.cate_r .cate_item .ti span {
	display: block;
	font-size: 14px;
	line-height: 16px;
}
.cate_r .cate_item .border {
	display: block;
	width: 50px;
	height: 60px;
	border: 1px solid #999;
}
.cate_r .cate_item .txt {
	position: absolute;
	left: 26px;
	top: 8px;
}
.cate_r .item_01 .txt , .cate_r .item_03 .txt, .cate_r .item_05 .txt, .cate_r .item_07 .txt, .cate_r .item_09 .txt{
	background: #ECECEC;
}
.cate_r .item_02 .txt , .cate_r .item_04 .txt, .cate_r .item_06 .txt, .cate_r .item_08 .txt{
	background: #f5f5f5;
}
/* -----------------------------------------------------------------------------
应用案例
------------------------------------------------------------------------------- */
.application {
	background: url(../images/appl_bg.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 0;
}

.application .appl_con_mob {
	display: none;
}
.application .about_ti h2 , .application .about_ti span {
	color: #fff;
}
.appl_con .appl_item {
	background: #1e1e1e;
	position: relative;
	box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.appl_con .appl_item:hover img {
	display: block;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 1;
}
.appl_con .appl_item:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .4;
}
.appl_con .appl_item:hover .item_cover_wrap h4 {
	top: 48%;
	opacity: 1;
}
.appl_con .appl_item:hover .item_cover_wrap span {
	top: 58%;
	opacity: 1;
}
.appl_con .appl_item:hover .item_cover::before, .appl_con .appl_item:hover .item_cover::after {
	opacity: .6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.appl_con .appl_item .item_cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.item_cover_wrap h4 {
	text-align: center;
	width: 80%;
	position: absolute;
	left: 10%;
	top: 28%;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0;
	color: #fff;
}
.item_cover_wrap span {
	font-size: 14px;
	text-align: center;
	width: 80%;
	position: absolute;
	left: 10%;
	top: 78%;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0;
	color: #fff;
}
.appl_item .item_cover::before, .appl_item .item_cover::after {
	position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    -moz-transition: opacity .4s,-moz-transform .4s;
    -o-transition: opacity .4s,-o-transform .4s;
    transition: opacity .4s,transform .4s;
} 
.appl_item .item_cover::before {
    top: 35%;
    right: 20%;
    bottom: 25%;
    left: 20%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.appl_item .item_cover::after {
    top: 35%;
    right: 20%;
    bottom: 25%;
    left: 20%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.item_03 .item_cover::before {
    top: 40%;
    right: 20%;
    bottom: 30%;
    left: 20%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.item_03 .item_cover::after {
    top: 40%;
    right: 20%;
    bottom: 30%;
    left: 20%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.appl_con .item_03:hover .item_cover_wrap h4 {
	top: 50%;
	opacity: 1;
}
.appl_con .item_03:hover .item_cover_wrap span {
	top: 56%;
	opacity: 1;
}
.appl_con_wrap .left {
	width: 35%;
}
.appl_con_wrap .mid {
	width: 30%;
	height: 708px;
}

.appl_con_wrap .mid .appl_item {
	height: 100%;
}
.appl_con_wrap .right {
	width: 35%;
}
.appl_item .item_pic {
	overflow: hidden;
	height: 100%;
}
.appl_item .item_pic img {
	width: 100%;
	height: 100%;
}
.appl_con_wrap .left, .appl_con_wrap .mid{
	padding-right: 15px;
	box-sizing: border-box;
}
.appl_con_wrap .item_01, .appl_con_wrap .item_04 {
	margin-bottom: 15px;
}
.appl_con_wrap .left,.appl_con_wrap .mid,.appl_con_wrap .right {
    height: 100%;
}
/* -----------------------------------------------------------------------------
合作伙伴
------------------------------------------------------------------------------- */
.partner {
	padding-top: 0;
}
.partner .pat_list_mob {
	display: none;
}
.partner .col-md-2 {
	width: 16.66666667%;
    float: left;
}
.partner .about_ti {
	padding-top:83px;
	background: url(../images/pat_ti_bg.jpg) no-repeat center bottom;
	background-size: cover;
	margin-bottom: 0;
}
.partner .about_ti h2, .partner .about_ti span{
	color: #fff;
}
.pat_con {
	padding: 140px 0 100px 0;
	background: url(../images/pat_bg.jpg) no-repeat center top;
	background-size: cover;
}
.pat_list ul li {
	padding-bottom: 15px;
}
.pat_list .pat_item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	background-color: #fff;
	cursor: pointer;
}
.pat_item .pic_01 {
    width: 60%;
    height: 72%;
}
.pat_item .pic_02 {
    width: 68%;
    height: 73%;
}
.pat_item .pic_03 {
    width: 80%;
    height: 52%;
}
.pat_item .pic_04 {
    width: 63%;
    height: 60%;
}
.pat_item .pic_05 {
    width: 79%;
    height: 71%;
}
.pat_item .pic_06 {
    width: 68%;
    height: 49%;
}
.pat_item .pic_07 {
    width: 76%;
    height: 27%;
}
.pat_item .pic_08 {
    width: 66%;
    height: 59%;
}
.pat_item .pic_09 {
    width: 59%;
    height: 57%;
}
.pat_item .pic_10 {
    width: 64%;
    height: 90%;
}
.pat_item .pic_11 {
    width: 32%;
    height: 100%;
}
.pat_item .pic_12 {
    width: 63%;
    height: 72%;
}
.pat_item .pic_13 {
    width: 71%;
    height: 45%;
}
.pat_item .pic_14 {
    width: 61%;
    height: 67%;
}
.pat_item .pic_15 {
    width: 63%;
    height: 64%;
}
.pat_item .pic_16 {
    width: 53%;
    height: 66%;
}
.pat_item .pic_17 {
    width: 48%;
    height: 92%;
}
.pat_item .pic_18 {
    width: 44%;
    height: 77%;
}

.pat_item .item_pic {
	overflow: hidden;
}
/* ------------------------------------------------------------------------------
	News
-------------------------------------------------------------------------------*/

.news {
	background-color: #fff;
	padding-top: 0;
}
.top_news .news_pic {
	margin-bottom: 30px;
}
.top_news .more {
	display: block;
	margin-top: 30px;
	width: 186px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #4fa2e4;
}
.news_con .news_date {
	width: 18%;
	box-sizing: border-box;
}
.news_con .news_pic {
	overflow: hidden;
}
.news_lists ul li {
	margin-bottom: 54px;
}
.news_lists ul li:last-child {
	margin-bottom: 0;
}
.news_con a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.news_con .news_lists a {
	background: #eaeaea;
}
.news_con a .list_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	height: 100%;
}
.news_con a .txt {
	font-size: 20px;
	margin-bottom: 10px;
}
.news_con a .txt {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}
.news_con a .content {
	font-size: 13px;
}
.news_con .news_date span {
	display: block;
	text-align: center;
	font-family: 'ITCAvantGardeStd-Md';
}
.news_con .news_date .day {
	font-size: 40px;
}
.news_con .news_date .month {
	font-size: 13px;
}



/* 底部 */

footer {
	color: #fff;
	background-color: #2D2D2D;
}
footer a {
	color: #cacaca;
}
.foot_con .top_item dt {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
}
.foot_con .top_item dd {
	font-size: 13px;
	line-height: 38px;
	color: #cacaca;
}
.foot_con .item_pro dd {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.foot_con .item_about dd {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.foot_con .qrCode_wrap {
	text-align: right;
}
.foot_con_t {
	padding-bottom: 2%;
	border-bottom: 1px solid #4c4c4c;
}
.foot_con_b {
	padding-top: 2%;
	font-size: 13px;
}
.foot_con_b span {
	margin-right: 8px;
}
.foot_con_b>.container>div {
	margin-bottom: 10px;
}
.foot_con_b a {
	color: #cacaca;
}
.foot_con_b a , .foot_con_b span {
	font-size: 13px;
}
#cnzz_stat_icon_1267170002>a {
	display: inline-block;
	margin-left: 8px;
}
#cnzz_stat_icon_1267170002>a>img {
	vertical-align: middle;
}


/* 浮动通讯 */
.float {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -120px;
	z-index: 200;
	width: 48px;
	height: 152px;
}
.float_item {
	width: 48px;
	height: 48px;
}
.toTop {
	background-color: #000;
	border-radius: 5px 0 0 5px;
}
.float .tel {
	position: absolute;
	top: 52px;
	width: 200px;
	opacity: 0.9;
}
.float .tel span {
	display: inline-block;
	height: 24px;
	font-size: 24px;
}
.float .qq {
	position: absolute;
	top: 104px;
	width: 178px;
	opacity: 0.9;
}
.float .float_item a {
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	width: auto;
	height: 48px;
	overflow: hidden;
	opacity: 0.9;
	border-radius: 5px 0 0 5px;
}
.float .float_item .top_item {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -70px -108px;
}
.float .float_item .qq_item {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -139px -108px;
}
.float .float_item .tel_item {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -94px -108px;
}
.float .QRcode {
	position: absolute;
	top: 156px;
	right: -78px;
	width: 126px;
	opacity: 0.9;
}
.float .float_item .code_item {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -118px -108px;
}
.float .code_pic {
	position: absolute;
	top: 0px;
	left: -88px;
	width: 88px;
	height: 88px;
	opacity: 1;
	background: url(../images/Sprite.png) no-repeat 0 -141px;
}
